x11: Fix dnd coordinate handling
authorMatthias Clasen <mclasen@redhat.com>
Sat, 22 Feb 2020 23:44:55 +0000 (18:44 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 23 Feb 2020 00:10:16 +0000 (19:10 -0500)
commit7c1cfc5533d68655b001936168d8a5c2a6f7622b
tree478a4a3eca37b75c2629b1886656509c24622f37
parent14122d1acbcbc43e093758df17409b1564dc81bb
x11: Fix dnd coordinate handling

We were not properly converting the coordinates we
got to root coordinates. This was showing up as offsets
between the actual drop target and the area where drops
can happen, e.g. when dragging over a stack switcher
to switch pages.
gdk/x11/gdkdrag-x11.c